home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / Q-R / QAPict Folder / Sample.r < prev    next >
Encoding:
Text File  |  1993-02-10  |  684 b   |  21 lines  |  [TEXT/MPS ]

  1. // Copyright © 1992 Emergent Behavior. All rights reserved.
  2.  
  3. //=========================================================
  4. #ifndef __TYPES.R__
  5.     #include "Types.r"        // SIZE, WIND, STR_, MBAR etc.
  6. #endif
  7.  
  8. //=========================================================
  9. #define kMenuBarID      128
  10. #define kAppleMenuID 128
  11. #define kFileMenuID  129
  12. #define kEditMenuID  130
  13.  
  14. //=========================================================
  15. include "QuickApp.rsrc";        // WIND 1001, MENU 128-130
  16. include "SampleBundle.rsrc";    //  BNDL, icons, etc.
  17.  
  18. // --------------------------------------------------------
  19. resource 'MBAR' (kMenuBarID, "name", nonpurgeable) {
  20.     {kAppleMenuID; kFileMenuID; kEditMenuID}
  21. };